PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setArtBox Method
A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the extent of the page's meaningful content (including potential white space) as intended by the page's creator.
In This Topic
    setArtBox Method
    In This Topic
    Sets the art box.
    Syntax
    public void setArtBox( 
       PDFStandardRectangle artBox
    )

    Parameters

    artBox
    A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the extent of the page's meaningful content (including potential white space) as intended by the page's creator.
    See Also